sendBackward

abstract fun sendBackward(block: DesignBlock)

Updates the sorting order of this block and all of its manually created and subjacent siblings so that the given block will have a lower sorting order than the next subjacent sibling. If the block is parented to a track, it is first moved up in the hierarchy. Empty tracks and empty groups are passed by.

Parameters

block

the block to be given a lower sorting order than the next subjacent sibling.